Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup /v2/skaffoldLogs endpoint #5951

Merged

Conversation

MarlonGamez
Copy link
Contributor

Related: #5368 #5370

Description
This PR adds the setup code for a new rpc/endpoint on the event API. This Endpoint doesn't do anything yet, but will be connected to the SkaffoldLogEvent messages.

User facing changes (remove if N/A)
Users can access this new endpoint, but it won't do anything.

Follow-up Work (remove if N/A)
Hookup this endpoint to SkaffoldLogEvent emission

@MarlonGamez MarlonGamez requested a review from a team as a code owner June 4, 2021 23:14
@MarlonGamez MarlonGamez requested a review from briandealwis June 4, 2021 23:14
@google-cla google-cla bot added the cla: yes label Jun 4, 2021
@tejal29 tejal29 enabled auto-merge (squash) June 4, 2021 23:54
@codecov
Copy link

codecov bot commented Jun 5, 2021

Codecov Report

Merging #5951 (7ebc1de) into master (f30fcc0) will increase coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5951      +/-   ##
==========================================
+ Coverage   70.57%   70.58%   +0.01%     
==========================================
  Files         457      457              
  Lines       17531    17534       +3     
==========================================
+ Hits        12372    12377       +5     
- Misses       4244     4245       +1     
+ Partials      915      912       -3     
Impacted Files Coverage Δ
pkg/skaffold/event/v2/event.go 73.33% <0.00%> (-0.71%) ⬇️
pkg/skaffold/server/v2/endpoints.go 41.02% <0.00%> (-1.08%) ⬇️
pkg/skaffold/docker/parse.go 86.19% <0.00%> (-0.96%) ⬇️
pkg/skaffold/docker/image.go 79.53% <0.00%> (+1.39%) ⬆️
pkg/skaffold/util/tar.go 56.00% <0.00%> (+5.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f30fcc0...7ebc1de. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants